Welcome![Sign In][Sign Up]
Location:
Search - thread linux

Search list

[Linux-UnixTHREAD

Description: 关于linux线程池方面的,实现了一个线程池-About linux thread pool area, to achieve a thread pool
Platform: | Size: 125952 | Author: 徐先生 | Hits:

[Linux-UnixLinux-semaphore

Description: 信号量的使用主要是用来保护共享资源,使得资源在一个时刻只有一个进程(线程)所拥有。-Semaphore is mainly used to protect the use of shared resources, making the resource at a time only one process (thread) owned.
Platform: | Size: 32768 | Author: luo | Hits:

[Linux-UnixThreadPool

Description: Linux线程池,C++编写,可作为一个线程库进行使用!-Linux Thread pool
Platform: | Size: 13312 | Author: qiao | Hits:

[Embeded Linuxqt-thread

Description: 这是一个关于嵌入式Linux开发环境下QT4的线程的学习资料,希望能对初学者有所帮助-This is a development environment for embedded Linux QT4 thread of learning materials, hoping to help beginners
Platform: | Size: 34816 | Author: shen | Hits:

[Linux-UnixThe-cPP-thread-principle-and-create

Description: 虽然作为线程池,已经很多很好的模式, 比如boost提供的线程池库.不过最好自己还应该对其有所了解, 该书对线程池的讲解还比较透彻.但是基于linux,所以文档中附带的代码,只是作为参考, 具体的移植更改,还是要自己动手来做.-Although as a thread pool has a lot of good models, such as the boost provided by the thread pool library, but should also be their own best understanding, the book to explain on the thread pool is relatively thorough, but on linux, so the document with the code, only as a reference, the specific migration changes, or to do yourself.
Platform: | Size: 195584 | Author: vivian | Hits:

[Embeded LinuxQt

Description: 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。   本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main explanation of the Qt cross-platform graphics software to use, Qt can not only run on Windows, Linux, Mac and other operating systems can be ported to embedded devices, and there are many third-party drivers. Qt programming book from the Let' s talk about the most basic procedures, explained in detail with the Qt Qt module function class, Qt file operations, Qt Desktop software design, Qt application with user interaction, Qt drawn graphics and multimedia, Qt network programming, Qt database programming , Qt process and thread, Qt tools, Qt embedded development, etc., for the majority of Qt programmers, embedded engineers, computer professionals and students to use
Platform: | Size: 7017472 | Author: 张付有 | Hits:

[Linux-Unixdb.tar

Description: Linux下多线程进行数据库操作的接口,基于散列表的实现。-Multi-thread Linux data-base interface with the implementation of hash
Platform: | Size: 7168 | Author: 子林 | Hits:

[Driver DevelopPthread-of-linux

Description: 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you To explain the phenomenon seen.
Platform: | Size: 10240 | Author: gc | Hits:

[Linux-Unixlinux

Description: 国嵌的linux的线程开发的pdf文档,多线程编程-State of the linux thread embedded in the development of pdf documents, multi-threaded programming
Platform: | Size: 233472 | Author: herenwei | Hits:

[OS Developprocess-and-thread-Technology

Description: 进程和线程技术 Linux和windows进程创建 进程和线程通信 文档+实例分析-process and thread Technology Text and examples
Platform: | Size: 357376 | Author: 方洋 | Hits:

[Internet-Networklibmemcached-1.0.4.tar

Description: libmemcached 是一个 memcached 的库,客户端库,C 和 C++ 语言实现的客户端库,具有低内存占用率、线程安全、并提供对memcached功能的全面支持。它还采用 多种命令行工具: memcat , memflush , memrm , memstat ,并memslap (负载代)。程序库一直在设计,让不同的散列方法对密钥,分割的钥匙,并使用统一的散列分配。-libmemcached is a library for memcached client library, C and C++ language client library, with low memory usage, thread safe, and provides full support for memcached functions. It also uses a variety of command-line tool: memcat, memflush, memrm, memstat, and memslap (load generation). Library has been designed to allow different hashing methods on keys, split keys, and use uniform hash distribution.
Platform: | Size: 951296 | Author: yoyo | Hits:

[Internet-Networkthread

Description: 线程池的封装,非常有用,而且里面封装的类,高度的抽像,可以让人用起来很上手-the threadpool,this is very well if you work for linux area!good lucky for you.this text have thread and threadpool which will help you easy in work............
Platform: | Size: 183296 | Author: 陈柯南 | Hits:

[Linux-UnixLinux-and-C-language

Description: 本书主要是Linux下C语言编程的入门级书籍,可以作为初学者学习的初步教材。其主要包括:基础知识、进程介绍、文件操作、时间概念、信号处理、消息管理、线程操作、网络编程、Linux 下C 开发工具介绍。-The book is the entry-level C language programming under Linux books, can be used as the initial textbook for beginners to learn.Include: basic knowledge, processes, file operations, the concept of time, signal processing, information management, thread operations, network programming, the Linux C development tools introduced.
Platform: | Size: 509952 | Author: 任扬 | Hits:

[Internet-Networkthread

Description: Linux下 实现串口的简单通讯的简单源码-To realize the Linux serial port of simple communication simple the source code
Platform: | Size: 3072 | Author: lizhen | Hits:

[Linux-Unixlinux-source-file

Description: linux的入门级源程序,进程创建,线程的运行等-Linux entry-level source program, process creation, the operation of the thread
Platform: | Size: 29696 | Author: 孙祥刚 | Hits:

[Linux-UnixLinux-Network-Programming

Description: 本书主要描述linux中进程,socket,线程信号,文件符等,挺全面的一本书。中文的-This book describes the linux process, the socket, the thread signals, the file descriptor , etc., very comprehensive book. In Chinese
Platform: | Size: 6714368 | Author: 小刘 | Hits:

[Software Engineeringlinux-multi-thread-synchronization

Description: linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synchronize these threads to ensure that when they access the shared memory does not have access to an invalid value.
Platform: | Size: 7168 | Author: 长林 | Hits:

[Internet-Networklinux-thread

Description: linux 下多线程编程,内容很实用的。-under linux multi-threaded programming, the content is very practical.
Platform: | Size: 53248 | Author: zhaoxiaojun | Hits:

[VC/MFClinux-thread

Description: 本文给出了一个通用的线程池框架,该框架将与线程执行相关的任务进行了高层次的抽象,使之与具体的执行任务无关。-In this paper, a common thread pool framework, the framework and threads to perform tasks related to a high level of abstraction, and has nothing to do with the specific mission.
Platform: | Size: 26624 | Author: wangxiao | Hits:

[Driver Developthread-pool_quality-

Description: [C代码]利用线程池求质数(Linux C)-[C code] use the thread pool to the number of and quality (Linux C)
Platform: | Size: 1024 | Author: wenky | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »

CodeBus www.codebus.net